home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_515 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  316 b   |  13 lines

  1. on(release){
  2.    if(_root.attributescheck == 0)
  3.    {
  4.       _root.checks = _root.checks + 1;
  5.       _root.attributescheck = _root.attributescheck + 1;
  6.    }
  7.    if(_root.attributepts > 0 && _root.yourpower < _root.maxpower)
  8.    {
  9.       _root.attributepts--;
  10.       _root.yourpower = _root.yourpower + 1;
  11.    }
  12. }
  13.